画像を System.IO.Stream からロードします。JPEG、PNG、GIF、BMP、TIFF、ICO、JPEG XR 形式がサポートされています。
シンタックス
'宣言
Public Overloads Sub Load( _
ByVal As System.IO.Stream, _
ByVal As WicContainerFormat, _
ByVal As System.Integer, _
ByVal As System.Nullable(Of Rectangle), _
ByVal ParamArray () As BaseTransform _
)
public void Load(
System.IO.Stream ,
WicContainerFormat ,
System.int ,
System.Nullable<Rectangle> ,
params BaseTransform[]
)
パラメータ
- stream
- 入力ストリーム。
- containerFormat
- 画像コンテナの形式。Unknown を使用して形式を自動的に検出します。
- frameIndex
- 読み取る画像フレームのインデックス。複数のフレームをサポートしていない画像形式の場合、0 を渡します。
- imageRect
- すべての変換後の画像のクリッピング四角形。
- transforms
- ロードされる画像の変換チェーン。
参照